previewict / phpie
Component library for PHP5
Requires
- php: >=5.4.0
- ircmaxell/password-compat: dev-master
- mandrill/mandrill: dev-master
- phpunit/phpunit: 4.6.*@dev
This package is auto-updated.
Last update: 2024-11-06 09:04:38 UTC
README
PHPie (pronounced like PH-Pie) and it's all about PHP that's why it's name PHPie.
PHPie is a standard PHP component library to use in any kinds of PHP driven web application. It's still in development version. We are working on it to make a stable release to make it more useful for people for their great applications.
Existing Components
- Date
- Encrypt
- File
- Security
- Time
- CLI
Proposed Components
not available yet. Please propose a new component what you need in future from Propose a Component
How to use
There are 2 ways to install or add this component library for your project.
via Composer
- In your composer.json just add the following lines of code
{ "require": { "previewict/phpie": "0.2" } }
and run update your dependencies via running composer update command.
Download as ZIP Download the latest stable release as a ZIP folder and extract it into your vendor (or wherever you need) directory.
After downloading zip or updating composer. Just load this library by adding the following code in your bootstrap file or the main PHP file for your project.
require 'vendor/autoload.php';
And now you are ready to use PHPie
component library.
Documentation
Read documentation to see it's usage and facts in details please go to this PHPie Documentation page.
Support
Contributing
- List of our awesome contributors
If you also want to contribute to make this
phpie
more handy and useful then please fork it and send us pull request with your modified or latest codes.
To make things more easier we have built this. We are asking your help to enlarge this library. Without your help it's not easy to make it large. Fork it and stay tuned with us
For more details please mail us at shaharia.azam@gmail.com