Download the PHP package threeleaf/biblioteca without Composer

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

Biblioteca Model Library

Biblioteca Model is a Laravel-based library designed to provide a comprehensive model framework to organize and manage data related to many kinds of written material, with a specific focus on books. This library allows you to structure and manage complex data, including authors, books, chapters, paragraphs, sentences, notes, and more.

Latest Stable Version GitHub last commit Build Status PHP Version License Total Downloads

Features

Models Included

The Biblioteca Model library includes the following data models:

Installation

  1. Install the package via Composer:

  2. Publish the package configuration:

  3. Run migrations to create the necessary database tables:

Usage

After installation and configuration, you can use the models provided by the Biblioteca library to manage written materials. Below are some examples of how you can use these models in your application.

Example: Creating a New Book with an Author

Example: Adding Chapters and Paragraphs to a Book

Example: Querying Books by Author

API Integration

If you want to expose the data through an API, the library is integrated with l5-swagger, making it easy to generate OpenAPI (Swagger) documentation. Use the provided controllers or create your own to work with the models in an API context.

Example API Route for Authors

Add the following route to routes/api.php:

Run the Swagger documentation generation command to create up-to-date documentation:

A complete example of the available API routes can be found in the Biblioteca project's api.php file.

If you would like to use the Biblioteca project's api.php file as-is, you can include the project API routes into your own project by adding the following line to your project's api.php file:

Database Migrations

After installing the library, run migrations to create all the necessary database tables for storing data related to books and other written material.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.

License

This library is open-sourced software licensed under the GPL-3.0+.

Miscellaneous

OpenApi Documentation

OpenAPI documentation can be generated within the application using the command:


All versions of biblioteca with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
illuminate/database Version ^v10.0
illuminate/support Version ^10.0
ext-pdo Version *
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 threeleaf/biblioteca contains the following files

Loading the files please wait ....