Download the PHP package noizu-labs/core without Composer

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

Domain Objects

Noizu Domain Objects is a collection of essential components and tools designed to streamline development with Doctrine ORM. It offers various functionalities, including domain object management, moderated strings, email queuing, user management, file uploading, and more. These components aim to provide a solid foundation for building robust and scalable PHP applications.

Features

Doctrine ORM Integration

Noizu Core leverages the power of Doctrine ORM, a popular object-relational mapper (ORM) for PHP. By utilizing Doctrine, the project benefits from:

Example:

Domain Objects

Noizu Core implements the Domain Object pattern, which encapsulates business logic and data within objects. This approach provides several advantages:

Example:

Moderated Strings

The project includes a robust system for managing moderated strings. This feature is particularly useful for situations where text content needs to be reviewed and approved before being published. Key functionalities include:

Example:

Email Template Queue

Noizu Core provides a sophisticated email queuing system that utilizes templates for creating and sending emails. Key features include:

Example:

User Management

The project includes fundamental user management functionalities, such as:

Example:

File Uploading

Noizu Core provides helper functions for importing and uploading files. These functions simplify the process of:

Example:

Error and Warning Logging

The project implements a comprehensive logging system for capturing errors, warnings, and debug messages. This system helps with:

Example:

Rights Management (In Progress)

The project appears to have a framework for rights management and access control, but it's noted as "in progress". Further development is likely needed to provide full-fledged rights management capabilities.

Convenience Methods

Noizu Core includes several convenience methods to simplify common tasks:

Example:

Installation and Setup

Prerequisites

Before installing Noizu Core, ensure you have the following prerequisites:

Installation via Composer

  1. Add the Noizu Core package to your project's composer.json file:

  2. Run the following command to install the package and its dependencies:

Setup

  1. Configure Database Connection: Create a db_settings.php file with your database credentials. You can use the provided db_settings.php.sample as a template.
  2. Bootstrap Doctrine: Include the Doctrine bootstrap file in your application's entry point:

  3. Dependency Injection Configuration: Configure the Pimple container with necessary services and parameters as needed for your application.

  4. Additional Settings: Set any additional configuration options, such as Settings.UploadFolder for file uploads, and customize the project according to your specific requirements.

Usage Examples

Moderated Strings

Creating a Moderated String:

Editing a Moderated String:

Email Template Queue

Queueing an Email:

Processing the Email Queue:


All versions of core with dependencies

PHP Build Version
Package Version
Requires noizu-labs/fragmented-keys Version 0.2.*
noizu-labs/php-conform Version 0.1.*
pimple/pimple Version 1.*
doctrine/orm Version 2.*
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 noizu-labs/core contains the following files

Loading the files please wait ....