Download the PHP package ninhtqse/bruno without Composer

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

Bruno

Latest Version Build Status Coverage Status Total Downloads

Giới thiệu

Sử dụng với chức năng phân trang, sort, query tại client,...

Dành riêng cho Bruno

Gói này được đặt theo tên anh hùng Giordano Bruno. Một người nhìn xa trông rộng thực sự, người dám ước mơ xa hơn những gì người ta nghĩ có thể. Vì những ý tưởng của mình và việc từ chối từ bỏ chúng, ông đã bị thiêu sống vào năm 1600. Tôi thực sự giới thiệu phim hoạt hình ngắn này về cuộc đời của anh ấy do Neil deGrasse Tyson thuật lại.

Chức năng

Cài đặt

Các tham số truy vấn có sẵn

Từ khóa Kiểu Mô tả
Includes array Mảng tài nguyên liên kết để tải, e.g. ['author', 'publisher', 'publisher.books']
Sort array Thuộc tính sắp xếp theo, e.g. 'title'
Limit integer Giới hạn tài nguyên để trả lại
Page integer Để sử dụng có giới hạn
Filter_groups array Mảng các nhóm bộ lọc. Xem bên dưới để biết cú pháp.
Fields array Nhận các trường theo các tham số được truyền vào.
Skip integer Vị trí bắt đầu nằm trong cơ sở dữ liệu
Take integer Số lượng bản ghi muốn lấy
Not_fields boolean Trừ các trường còn lại lấy hết
Filter_or boolean Dùng đi kèm với Filter_groups dùng để thay đổi điều kiện and/or

Sử dụng

=======================Includes=======================

VD:

=======================Sort=======================

Tham số

Tên trường Giá trị Mô tả
key string Tên trường
direction ASC or DESC Kiểu sắp xếp

Ví dụ

VD:

=======================Limit=======================

VD:

=======================Page=======================

VD: Tổng có 50 bản ghi nhưng mỗi trang chỉ lấy 10 bản ghi => có 5 trang. Page là số từ 1->5

=======================Filter_groups=======================

Tham số

Trường Kiểu dữ liệu Mô tả
key string Trường trong bảng
value mixed Giá trị
operator string Toán tử
not boolean Phủ nhận bộ lọc

Toán tử

Kiểu Mô tả Ví dụ
ct Chuỗi chứa ior matches Giordano Bruno and Giovanni
sw Bắt đầu với Gior matches Giordano Bruno but not Giovanni
ew Kết thúc với uno matches Giordano Bruno but not Giovanni
eq Bằng Giordano Bruno matches Giordano Bruno but not Bruno
gt Lớn hơn 1548 matches 1600 but not 1400
gte Lớn hơn hoặc bằng 1548 matches 1548 and above (ony for Laravel 5.4 and above)
lte Nhỏ hơn hoặc bằng 1600 matches 1600 and below (ony for Laravel 5.4 and above)
lt Ít hơn 1600 matches 1548 but not 1700
in Có tồn tại trong mảng ['Giordano', 'Bruno'] matches Giordano and Bruno but not Giovanni
bt Giữa [1, 10] matches 5 and 7 but not 11
eqd So sánh ngày tháng năm 2022-01-21 - Dùng để filter các trường là datetime
eqy So sánh năm 2022
eqm So sánh tháng 01

Giá trị đặc biệt

Giá trị Mô tả
null (string) Thuộc tính sẽ được kiểm tra giá trị NULL
(empty string) Thuộc tính sẽ được kiểm tra giá trị NULL

VD:

SQL:

SQL:

=======================Filter_or=======================

Sử dụng bắt buộc phải có filter_groups

VD:

SQL:

=======================Fields=======================

Sử dụng để lấy ra các trường cần thiết

=======================Skip=======================

Sử dụng để lấy ra vị trí trong sql | bắt buộc phải đi với take

=======================Take=======================

Sử dụng để lấy ra số bản ghi mong muốn

=======================Not_fields=======================

Sử dụng để loại bỏ các bản ghi không cần thiết


All versions of bruno with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version >=5.4
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 ninhtqse/bruno contains the following files

Loading the files please wait ....