didslm
Repos
59
Followers
34
Following
59

Web Crawler

0
0

Java Recommender System

0
0

A library which helps you load your environment variables into php classes.

6
0

Populate structs with environment values

2
0

A skeleton that you can use on your PHP project with mysql and nginx.

2
0

Events

Create CODE_OF_CONDUCT.md

Created at 5 days ago
Should we replace the array of files already existing in the entity object?

Should we replace the array of files already existing in the entity object?

Created at 5 days ago
Add DI support

In popular PHP framework teams use DI and if they want to use the library then they need to use it as a DI.

Created at 6 days ago
didslm create tag v1.1.0
Created at 6 days ago

Added more readme examples.

Created at 1 week ago
didslm delete branch fw5-DI-support
Created at 1 week ago

Add Dependency injection support

Don't preserve the request field names.

Cleanup and readme update

Moving classes around.

Merge pull request #9 from didslm/fw5-DI-support

Add Dependency injection support

Created at 1 week ago
pull request closed
Add Dependency injection support
Created at 1 week ago

Moving classes around.

Created at 1 week ago
Created at 1 week ago

Cleanup and readme update

Created at 1 week ago

Don't preserve the request field names.

Created at 1 week ago
Add Dependency injection support

closes #3

Created at 1 week ago
pull request opened
Add Dependency injection support
Created at 1 week ago
didslm create branch fw5-DI-support
Created at 1 week ago
Remove entity validation (required: true|false)

Is entity validation required or not for a field part of our library?

#[Image('profile_picture', '/public/pictures', required: true)]
private string $image;

We need to think if we want to deal with entity validation since this is only the upload handling library, usually, projects have their own validation logic which they use. Remove the part:

required: true 

So the idea of having a validation inside our library does not sound good.

Created at 1 week ago
didslm delete branch fw5-remove-required-field
Created at 1 week ago
Remove implementation of required field.

closes #6

Created at 1 week ago
Improve validation to not rely on mime types

We want to improve file validation by adding more logic to the validations of files.

  • Check uploaded file content to determine the type
Created at 1 week ago

Remove implementation of required field.

Cleanup Image type attribute

Update Readme

Merge pull request #8 from didslm/fw5-remove-required-field

Remove implementation of required field.

Created at 1 week ago
Improve validation to not rely on mime types

We want to improve file validation by adding more logic to the validations of files.

  • Check uploaded file content to determine the type
Created at 1 week ago
pull request closed
Remove implementation of required field.

closes #5

Created at 1 week ago

Cleanup Image type attribute

Created at 1 week ago
pull request opened
Remove implementation of required field.

closes #5

Created at 1 week ago
didslm create branch fw5-remove-required-field
Created at 1 week ago
Handle all exceptions

Sloved by https://github.com/didslm/file-upload-wrapper/pull/7

Created at 1 week ago
Handle all exceptions

We want to throw exceptions from the library and not return \RuntimeExceptions, to have better control over errors.

Created at 1 week ago