Skip to content
View macocci7's full-sized avatar
๐Ÿ˜Š
good
๐Ÿ˜Š
good
Block or Report

Block or report macocci7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
macocci7/README.md

Hi there ๐Ÿ‘‹

I'm a full-stack web engineer.

I feel happy when coding.

My current interests: PHP, Laravel, Vue.js, Python, Mathematics and Physics.

  • ๐ŸŒฑ Iโ€™m currently learning Python.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on somewhere.

GitHub Stats

macocci7

macocci7's github stats

Languages and Tools

html5 css3 php javascript python jQuery vuejs TypeScript React nodejs npm Laravel Wordpress Tailwind CSS Jest git VsCode Vim mysql MariaDB docker bash Linux Ubuntu AWS GitHub

Works

An additional file selector prompt for you laravel/prompts applications.

2024-05-29.00-13-46.mp4

A simple library to get and format GPS data from a photo.

a standalone library to use the Illuminate\Validation package outside the Laravel framework.

use Macocci7\PurephpValidation\Rules\Instance;

$validator = Validator::make(
    data: $data,
    rules: [
        'prop1' => Instance::of(Instance::class),
        'prop2' => Instance::of([
            // Macocci7\PurephpValidation\Rules\Instance
            Instance::class,
            // Macocci7\PurephpValidation\ValidatorFactory
            Validator::class,
            // Closure
            (fn () => true)::class,
        ]),
        'prop3' => Instance::of('Closure'),
    ],
);

See more my works at: my public repositories

Gists

Gist Card

Gist Card

Gist Card

Gist Card

Gist Card

Gist Card

Pinned

  1. PHP-PhotoGps PHP-PhotoGps Public

    Gets GPS data from a photo.

    PHP 2

  2. PHP-Combination PHP-Combination Public

    A simple PHP library to make combinations from array elements

    PHP 1

  3. PHP-Boxplot PHP-Boxplot Public

    PHP-Boxplot creates boxplots using FrequencyTable.

    PHP 1

  4. PHP-Scatterplot PHP-Scatterplot Public

    PHP-Scatterplot is a simple PHP library to create scatter plot easily.

    PHP 1

  5. purephp-validation purephp-validation Public

    illuminate/validation wrapper for pure php

    PHP 1

  6. file-selector-prompt file-selector-prompt Public

    An Additional File Selector Prompt for your Laravel/Prompts Applications.

    PHP 1