atelierspierrot / library
The PHP library package of Les Ateliers Pierrot.
Installs: 1 301
Dependents: 15
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Open Issues: 0
Language:HTML
Requires
- php: >=5.4.0
- atelierspierrot/patterns: ~1.0.9
Requires (Dev)
- phpmd/phpmd: 1.4.*
- phpunit/phpunit: 3.7.*
- psr/log: dev-master
- sami/sami: 2.*
This package is not auto-updated.
Last update: 2024-03-02 11:48:15 UTC
README
The PHP library package of Les Ateliers Pierrot
Presentation
This package is a set of PHP basic classes commonly used (in our work) to facilitate
other developments. It contains some global classes to extend to start on a robuste base,
some useful helpers for some methods often used etc. For a full review of what the library
embeds, have a look at the src/Library/
directory contents.
This package is based on our PHP Patterns package.
Installation
For a complete information about how to install this package and load its namespace, please have a look at our USAGE documentation.
If you are a Composer user, just add the package to the
requirements of your project's composer.json
manifest file:
"atelierspierrot/library": "dev-master"
You can use a specific release or the latest release of a major version using the appropriate version constraint.
Note that the library depends on the external package PHP Patterns.
Quick overview
HTTP Fundamental
The Library\HttpFundamental
namespace defines a set of classes to handle a classic HTTP
request/response protocol.
Helpers
The Library\Helper
namespace defines some classes commonly used following these rules:
- all methods are static,
- methods MUST NOT send error while calling them without the right arguments or with no argument at all.
Author & License
PHP Library
Copyleft (ↄ) 2013-2016 Pierre Cassat and contributors
Licensed under the GPL Version 3 license.
Les Ateliers Pierrot - Paris, France
http://www.ateliers-pierrot.fr/ - contact@ateliers-pierrot.fr