2017 © Pedro Peláez
 

library intl

Simple replacement library if intl PHP extension is not installed

image

cakedc/intl

Simple replacement library if intl PHP extension is not installed

  • Friday, October 13, 2017
  • by CakeDC
  • Repository
  • 2 Watchers
  • 3 Stars
  • 124 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 4 % Grown

The README.md

CakeDC Intl Plugin

This plugin library was created to help developers that do not have access to install the PHP intl extension. It is not met to be a full replace for the PHP extension since it is limited in functionality and should be used with caution., (*1)

Versions and branches

This code is still in ALPHA stages, (*2)

Requirements

  • CakePHP 3.4+
  • PHP 5.6+ without intl extension (it will still install, but what is the point if you have the extension).

Installation

Composer

Replace my_app with name of directory you will use., (*3)

composer self-update && composer create-project --prefer-dist cakephp/app my_app_name --ignore-platform-reqs
cd my_app_name
composer self-update && composer require cakedc/intl --ignore-platform-reqs

Changes needed in CakePHP

in config/requirements.php (or config/bootstrap.php if you are using an older version of CakePHP) change, (*4)

if (!extension_loaded('intl')) {
     trigger_error('You must enable the intl extension to use CakePHP.', E_USER_ERROR);
}

to, (*5)

//if (!extension_loaded('intl')) {
     //trigger_error('You must enable the intl extension to use CakePHP.', E_USER_ERROR);
//}

Support

For bugs and feature requests, please use the issues section of this repository., (*6)

Commercial support is also available, contact us for more information., (*7)

Contributing

This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions., (*8)

License

Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved., (*9)

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file., (*10)

The Versions

13/10 2017

dev-master

9999999-dev https://www.cakedc.com

Simple replacement library if intl PHP extension is not installed

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp intl cakedc

12/10 2017

dev-steinkel-patch-1

dev-steinkel-patch-1 https://www.cakedc.com

Simple replacement library if intl PHP extension is not installed

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp intl cakedc

15/07 2017

0.0.4

0.0.4.0 https://www.cakedc.com

Simple replacement library if intl PHP extension is not installed

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp intl cakedc

15/07 2017

0.0.3

0.0.3.0 https://www.cakedc.com

Simple replacement library if intl PHP extension is not installed

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp intl cakedc

14/07 2017

0.0.2

0.0.2.0 https://www.cakedc.com

Simple replacement library if intl PHP extension is not installed

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp intl cakedc

21/01 2017

0.0.1

0.0.1.0 https://www.cakedc.com

Simple replacement library if intl PHP extension in not installed

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp intl cakedc