Download the PHP
package barnabywalters/helpers without Composer
On this page you can find all versions of the php package
barnabywalters/helpers. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor barnabywalters Package helpers Short Description Yet another library of those damned helper functions. License
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
Informations about the package helpers
php-helpers
Yet another package full of helper functions.
This is pretty much a personal dumping ground for little functions and classes I make which don’t fit anywhere else. Every now and again I extract a whole bunch of related functions into a package of their own.
A lot of the open source code I’ve written depends on this package, which is not a very good thing as it’s actually quite big, especially if you install all the dev dependencies (which composer does by default). So I’m currently (2013-06) in the process of extracting the bits I’m using into minimal packages as described above.
Contents
BarnabyWalters\Doctrine\Types\Json: A custom type for Doctrine allowing arrays to be stored as JSON in longtext fields.
BarnabyWalters\Helpers\Helpers: A class full of static helper methods for doing various bits of text processing and other stuff.
BarnabyWalters\Helpers\Microformats: Static helper methods for processing canonical microformats-2 array structures
BarnabyWalters\Posse\*: A namespace full of helper classes for syndicating content. Includes:
THE TRUNCENATOR
Twitter syndication methods
intelligent ActivityStreams Object => Twitter POST array
HTML => Microblogging syntax converter
Documentation
Auto-generated documentation is available online, but split up a bit.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package barnabywalters/helpers contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.