Download the PHP package nozavroni/csvelte without Composer

On this page you can find all versions of the php package nozavroni/csvelte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

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 csvelte

Build Status Coverage Status Scrutinizer Code Quality Documentation Status License

screen shot 2016-07-13 at 10 18 42 am

Getting Started

Official Documentation

Head on over to the documentation site for instructions on reading and writing CSV files, auto-detecting CSV format, and more. You may also peruse the API documentation for every class, interface, function and variable defined by CSVelte.

Mailing List

For questions and in-depth discussion of CSVelte and CSV/tabular data in general, join the mailing list.

Contribute

CSVelte is a free (as in beer) library. I work on it in my spare time. If you like it, feel free to buy me a beer (you can PayPal me at [email protected]). Contributions will help me to keep pumping out new features and bug fixes and to, eventually, create a dedicated CSVelte website. Or, if you have an idea for a new feature or a bug report, feel free to submit a pull request.

License

CSVelte is also free as in speach. It is licensed under the MIT license, which means you can do whatever you want with it so long as you understand that I'm not responsible for anything you do with it and you include the original copyright and license notice in any copy of the software/source. Enjoy!

About the author

CSVelte was designed and developed by Luke Visinoni. Feel free to drop me a line if you want to tell me how great it is or even if you want to tell me it's an abomination and that I should be shot. I'd love to hear from you either way!

Credits and Special Thanks

I would just like to thank Pádraic Brady and anybody else working on the Mockery library for their extremely clean and elegant Github/Travis-CI/Scrutinizer/Coveralls/etc. integration code. Without it, this library would have taken much longer to see its first release. And although I tried to simply take inspiration from it, I found it hard not to simply copy what they did. But as they say, imitation is the sincerest form of flattery.

I would also like to thank the small, tight-knit community of developers at the PHP Developer's Network Forums. I honestly don't know where I'd be without those guys. They taught me everything I know.

Finally, I'd like to thank both the members of the CSV on the Web Working Group as well as the authors of Python PEP #305, which was actually the inspiration for the first permutation of this library (PHP CSV Utilities) almost a decade ago.


All versions of csvelte with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
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 nozavroni/csvelte contains the following files

Loading the files please wait ....