Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryjappinen/baseline-php
A set of generic everyday functions missing from core PHP.
https://github.com/jerryjappinen/baseline-php
Last synced: about 2 months ago
JSON representation
A set of generic everyday functions missing from core PHP.
- Host: GitHub
- URL: https://github.com/jerryjappinen/baseline-php
- Owner: jerryjappinen
- License: mit
- Created: 2015-02-09T09:26:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T18:59:15.000Z (over 8 years ago)
- Last Synced: 2024-04-17T05:00:51.626Z (9 months ago)
- Language: PHP
- Size: 1.54 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Baseline.php 0.1
- Source & issues
- [github.com/Eiskis/Baseline-PHP](https://github.com/Eiskis/Baseline-PHP)
- [Documentation](https://github.com/Eiskis/baseline-php/tree/master/docs/site/pages)
- By Jerry Jäppinen
- Released under MIT License
- [[email protected]](mailto:[email protected])
- [eiskis.net](http://eiskis.net/)
- [@Eiskis](https://twitter.com/Eiskis)## Usage
Simply include the baseline.php source file in the beginning of your PHP script:
```php
require_once 'baseline.php';
```You can now use Baseline.php's functions in the script.