Skip to content

Commit

Permalink
Other authors
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Oct 23, 2015
1 parent 0149c58 commit 6eaa130
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
[![Latest Stable Version](https://poser.pugx.org/JBZoo/Utils/v/stable)](https://packagist.org/packages/JBZoo/Utils)


### Example
### Links (ideas and some functions)
* utilphp - https://github.com/brandonwamboldt/utilphp
* PHPBinString - https://github.com/Grandt/PHPBinString
* URLify for PHP - https://github.com/jbroadway/urlify
* LinkifyURL Project https://github.com/jmrware/LinkifyURL
* http://www.phpexperts.pro
* http://stackoverflow.com/a/11709412/430062
* http://stackoverflow.com/questions/8321620/array-unique-vs-array-flip
* http://shiflett.org/blog/2006/mar/server-name-versus-http-host
* https://github.com/joomla-framework/string
* Askar (ARACOOL) https://github.com/ARACOOOL

```php
require_once './vendor/autoload.php'; // composer autoload.php

// Get needed classes
use JBZoo\Utils\Utils;

// Just use it!
$object = new Utils();
$object->doSomeMagic(':)');
```

### License

Expand Down

0 comments on commit 6eaa130

Please sign in to comment.