Download the PHP package footwork_solutions/json_table without Composer

On this page you can find all versions of the php package footwork_solutions/json_table. 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 json_table

JSON Table

Scrutinizer Code Quality Code Coverage Build Status Dependency Status

A validator and storage library using the JSON table schema written in PHP.

This is a great utility library for validating that CSV files, streams or any other data source validates against a predefined JSON table schema definition.

Limitations

Although this library has many great features, it does not (yet) adhere to the entire JSON table schema specification.

Currently the parts of the specification that are NOT supported are:

  1. Formats:
    • array
    • binary (this is just validated as a string)
    • geopoint
    • geojson
  2. Constraints currently there is no support for constraints.
  3. Foreign Keys

    The same schema structure is accepted but with the following considerations:

    • "datapackage" MUST be "postgresql".
    • "resource" MUST be the name of the table to use with optional schema qualifier. I.E. "import.t_table_name".
    • "fields" follow the JSON table schema specification but refer to the fields in the database table.

Motivation

This library was written to fulfill a need for Halo a commercial client management system maintained by Footwork Solutions Ltd.

It is used to validate and store data as part of a import tool for users of Halo.

We use a lot of open source projects at Footwork Solutions and this project, along with our other open source work is our way of giving back to the community we appreciate so much.

Usage

See the examples directory for a detailed run through of how to validate and store a CSV file.

Quick Start

Validate a CSV file:

Store the valid CSV file:

Installation

Implementation Notes

Contributors

Bugs & Feature Requests

Please use the issue tracker to report any bugs or request new features.

Developing

Pull Requests are always welcome.

Please ensure that your code meets the PSR-1, PSR-2 and PSR-4 standards.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes.
  4. Push to the branch (git push origin my-new-feature).
  5. Create a new Pull Request.

Licence

This is free software distributed under the terms of the MIT license. See LICENCE for the full details.


All versions of json_table with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
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 footwork_solutions/json_table contains the following files

Loading the files please wait ....