Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.